home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / misc1 / instal.zip / WSLIB / WSRC.H < prev   
Text File  |  1990-07-04  |  8KB  |  279 lines

  1. /*----------------------------------------------------------------------------*\
  2. |   ws.c  - Windows Setup                               |
  3. |                                                                              |
  4. |   History:                                                                   |
  5. |    03/09/89 toddla     Created                           |
  6. |                                                                              |
  7. \*----------------------------------------------------------------------------*/
  8.  
  9. #define BUTTON_DLG_SIZE    24
  10.  
  11. /*
  12.  *  Dialog resource ID's
  13.  */
  14. #define DLG_ABOUT        10
  15.  
  16. #define DLG_WINSETUP     11
  17. #define DLG_COPYAPPS     12
  18. #define DLG_INSERTDISK   16
  19. #define DLG_CONFIGSYS    17
  20. #define DLG_SHELL        18
  21. #define DLG_COPYERROR    19
  22. #define DLG_MAINTAIN     20
  23. #define DLG_CHANGESET    21
  24. #define DLG_VIEWSET      22
  25. #define DLG_SYSEDIT      24
  26. #define DLG_SYSNOSAVE    25
  27. #define DLG_SELECTAPPS   26
  28. #define DLG_APPS         27
  29. #define DLG_PIFSEARCH    28
  30. #define DLG_NOTSETUP     29
  31. #define DLG_ASKEXIT      30
  32. #define DLG_SYSOLD       31
  33. #define DLG_EXITRESTART  32
  34. #define DLG_EXITREBOOT   33
  35. #define DLG_SYSBACKEDIT  34
  36.  
  37. /*
  38.  *  Dialog control ID's
  39.  */
  40. #define ID_NULL     -1
  41. #define ID_OK        1
  42. #define ID_CANCEL    2
  43. #define ID_HELP      3
  44. #define ID_ABORT     4
  45. #define ID_RETRY     5
  46. #define ID_IGNORE    6
  47. #define ID_EXITSETUP 7
  48.  
  49. #define ID_LB        10
  50. #define ID_EDIT     11
  51. #define ID_TEXT     12
  52. #define ID_CB        13
  53. #define ID_LB_FOUND  14
  54. #define ID_LB_USE    15
  55. #define ID_ADD       16
  56. #define ID_ADD_ALL   17
  57. #define ID_REMOVE    18
  58.  
  59. #define ID_INSTALLWINDOWS  101
  60. #define ID_INSTALLAPPS       102
  61. #define ID_INSTALLPIF       103
  62. #define ID_INSTALLPRINTER  104
  63. #define ID_INSTALLFONT       105
  64. #define ID_README       106
  65. #define ID_SETTINGS       107
  66.  
  67. #define ID_COPY        200
  68. #define ID_ALL             201
  69. #define ID_PRINT           202
  70.  
  71. #define ID_MODIFY          205
  72. #define ID_REVIEW          206
  73. #define ID_NOMODIFY        207
  74.  
  75. #define ID_EDIT1           209
  76.  
  77. #define ID_STATUS0   4000
  78. #define ID_STATUS1   (ID_STATUS0 + 1)
  79. #define ID_STATUS2   (ID_STATUS0 + 2)
  80. #define ID_STATUS3   (ID_STATUS0 + 3)
  81. #define ID_STATUS4   (ID_STATUS0 + 4)
  82.  
  83. /*
  84.  * stuff for the setting dialog
  85.  */
  86. #define ID_DISPLAY         301
  87. #define ID_KEYBOARD        302
  88. #define ID_MOUSE           303
  89. #define ID_HIMEM           306
  90. #define ID_MEMORY          307
  91. #define ID_XMS             308
  92. #define ID_DOSVER          309
  93. #define ID_SWIN            310
  94. #define ID_SDOS            311
  95. #define ID_REBOOT          312
  96. #define ID_NETWORK         313
  97. #define ID_SWAPFILE        314
  98.  
  99. /*
  100.  *  Menu/cursor/icon/accelerators ID's
  101.  */
  102. #define MENU_EXIT       101
  103. #define MENU_ABOUT      103
  104. #define MENU_DEBUG      104
  105. #define MENU_FIRSTTIME  105
  106. #define MENU_TILED      106
  107. #define MENU_WASH       107
  108. #define MENU_SOLID      108
  109. #define MENU_DONTCOPY   109
  110. #define MENU_CHANGE    111
  111. #define    MENU_README    112
  112. #define    MENU_INSTALL    113
  113. #define MENU_HELPINDEX     114
  114. #define    MENU_HELPONHELP    115
  115. #define    MENU_386    116
  116. #define    MENU_NET    117
  117.  
  118.  
  119. /*
  120.  *  Menu/cursor/icon/accelerators ID's
  121.  */
  122. #define ID_ICON      201
  123. #define ID_MENU      202
  124. #define ID_LOGO      203
  125. #define ID_TILE      204
  126. #define ID_HELPTEXT  205
  127. #define ID_WINAPP    206
  128. #define ID_OLDAPP    207
  129. #define ID_MAINTAIN  208
  130.  
  131. /*
  132.  *  Custom resource ID's
  133.  */
  134. #define RT_HELPTEXT  4096
  135.  
  136. /*
  137.  *  Class ID's
  138.  */
  139. #define CLS_APP             MAKEINTATOM(1)
  140. #define CLS_DESK            MAKEINTATOM(2)
  141. #define CLS_INSTRUCTIONS    MAKEINTATOM(3)
  142. #define CLS_SBUTTON         "sbutton"
  143. #define CLS_HELP            "rtf"
  144.  
  145. /*
  146.  *  String ID's
  147.  */
  148. #define IDS_VERSION             301
  149. #define IDS_APPNAME             302
  150. #define IDS_INSERTDISK          304
  151. #define IDS_INTERNALERROR       306
  152. #define IDS_CONFIGSYS           308
  153. #define IDS_AUTOEXECBAT         309
  154. #define IDS_SEARCHINGPATH       310
  155. #define IDS_SEARCHINGDISK       311
  156. #define IDS_SEARCHDRIVE         313
  157. #define IDS_SEARCHPATH          314
  158. #define IDS_SEARCHALL           315
  159. #define IDS_COPYING             317
  160. #define IDS_CONTINUOUSSCALING   318
  161. #define IDS_WAITCOPY            319
  162. #define IDS_WAITCOPYFONT        320
  163. #define IDS_NOSETUPINF          321
  164. #define IDS_SYSTEM              322
  165. #define IDS_KERNEL              323
  166. #define IDS_SHELL               324
  167. #define IDS_BOOT                325
  168. #define IDS_CONFIGWIN           326
  169. #define IDS_AUTOEXECWIN         327
  170. #define IDS_F1HELP              328
  171. #define IDS_DISKS               329
  172. #define IDS_APPS                330
  173. #define IDS_PIF                 331
  174. #define IDS_WINCOPY             332
  175. #define IDS_FONTS               333
  176. #define IDS_HIMEMYES            334
  177. #define IDS_HIMEMNO             335
  178. #define IDS_CONTROLCLS          336
  179. #define IDS_CONTROLEXE          337
  180. #define IDS_PARSLEY             338
  181. #define IDS_APPSEARCH           339
  182. #define IDS_NOTINSTALLED        340
  183. #define IDS_ESCEXIT             341
  184. #define IDS_README              342
  185. #define IDS_INSTRUCTIONS        343
  186. #define IDS_HELPFILE            344
  187. #define IDS_OLDAPPSGRP          345
  188. #define IDS_WINAPPSGRP          346
  189. #define IDS_OLDAPPS             347
  190. #define IDS_WINAPPS             348
  191. #define IDS_386DISPLAY         350
  192. #define IDS_386MOUSE            351
  193. #define IDS_386KEYBOARD         352
  194. #define IDS_386SECTION          353
  195. #define IDS_PROGMAN_GROUP    354
  196. #define IDS_OEMDISPLAY        355
  197. #define IDS_OEMMOUSE        356
  198. #define IDS_OEMDISKPROMPT    357
  199. #define IDS_DEFDRIVE        358
  200. #define IDS_OUTOFDISK        359
  201. #define IDS_AUTO1        363
  202. #define IDS_AUTO2        364
  203. #define IDS_CONFIG1        365
  204. #define IDS_CONFIG2        366
  205. #define IDS_GRABBER286          367
  206. #define IDS_GRABBER386          368
  207. #define IDS_EXITNOTSETUP    369
  208. #define IDS_EXITASKEXIT        370
  209. #define IDS_EXITCAP        371
  210. #define IDS_NOINF        372
  211. #define IDS_MODIFIEDBOTH    373
  212. #define IDS_MODIFIEDAUTO    374
  213. #define IDS_MODIFIEDCONFIG    375
  214. #define IDS_NEEDCHANGEBOTH    376
  215. #define IDS_NEEDCHANGEAUTO    377
  216. #define IDS_NEEDCHANGECONFIG    378
  217. #define IDS_DISPLAY        379
  218. #define IDS_DEVICES        380
  219. #define IDS_OLDWINVER        381
  220. #define IDS_NEWWINVER        382
  221. #define IDS_APPSCANCEL        383
  222. #define IDS_SPARTMENU        384
  223. #define IDS_SPARTEXE        385
  224. #define IDS_HELPNOTFOUND    386
  225. #define IDS_REBOOT        387
  226. #define IDS_SYSCHANGED        388
  227. #define IDS_NETWORK        389
  228. #define IDS_NETWORKDRV        390
  229. #define IDS_WIN386        391
  230. #define IDS_NET            392
  231. #define IDS_NOINFMEM        393
  232. #define IDS_WINCNF        394
  233. #define IDS_386EBIOS        395
  234. #define IDS_SWAPFILETEMP    396
  235. #define IDS_SWAPFILEPERM    397
  236. #define IDS_SWAPFILENONE    398
  237. #define IDS_SWAPFILE        399
  238. #define IDS_ADDOLD        400
  239. #define IDS_ADDWIN        401
  240. #define IDS_CONTROLERROR    402
  241. #define IDS_LIMDETECTED1    403
  242. #define IDS_LIMDETECTED2    404
  243. #define IDS_LIMDETECTED3    405
  244. #define IDS_LIMWARNING1        406
  245. #define IDS_LIMWARNING2        407
  246. #define IDS_LIMWARNING3        408
  247. #define IDS_LIMWARNING4        409
  248.  
  249. #define IDS_LIMFLAME1        410
  250. #define IDS_LIMFLAME2        411
  251. #define IDS_LIMFLAME3        412
  252. #define IDS_LIMFLAME4        413
  253.  
  254. #define IDS_MODIFYREMOTE    420
  255. #define IDS_COPYHIMEM        421
  256.  
  257. #define IDS_FOUNDAPP            430
  258. #define IDS_BUILDPMG            431
  259. #define IDS_WRITEPIF            432
  260. #define IDS_OS2WARNING        433
  261.  
  262.  
  263. #define IDS_HELP     1000
  264. #define IDS_ERROR    20000
  265.  
  266. /*
  267.  *  Help id's
  268.  */
  269.  
  270. #define HLP_NULL         -1
  271. #define HLP_ERROR        1
  272. #define HLP_COPYING      2
  273. #define HLP_COPYERROR    3
  274. #define HLP_README       4
  275. #define HLP_SEARCHING    5
  276. #define HLP_BLANK     6
  277.  
  278. #define HLP_PRINT        50
  279.